home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marionettemadness.swf
/
scripts
/
DefineSprite_270
/
frame_2
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
456b
|
18 lines
_root.setButtonRO(startGame2,true);
startGame2.onRelease = function()
{
trace("_root.gameRound is " + _root.gameRound);
if(_root.gameRound > 0)
{
trace("turnGameOn");
var _loc3_ = _root.hideHint;
}
else
{
trace("restartGame");
_loc3_ = _root.restartGame;
}
_root.slideMeY(this._parent,this._parent.yUp,0.7,"easeInBack",0,_loc3_);
_root.slideMeY(_root.buddies,_root.buddies.yDown,0.7);
};